home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ter44.zip / TE.BAT < prev    next >
DOS Batch File  |  1992-12-29  |  2KB  |  45 lines

  1. @Echo off
  2.  
  3. C:\TERMINAT\TERMINAT
  4.  
  5. GOTO END
  6.  
  7. Rem        This file belongs to Terminate the final terminal program
  8. Rem                      Made 1992-1993 by Bo Bendtsen
  9. Rem
  10. Rem    There is no need of including the Terminate directory in your PATH
  11. Rem    statement. Just specify the complete path to the TERMINAT.EXE file.
  12. Rem    When Terminate is started, the current path will be saved, then
  13. Rem    changed to the directory where TERMINAT.EXE is placed in, and when
  14. Rem    exiting Terminate, the old path will be restored.
  15. Rem
  16. Rem    Try TERMINAT ? for a list of all options
  17. Rem
  18. Rem    Extra information on some of the options:
  19. Rem
  20. Rem    /C=....  You can specify another configuration file in case you use
  21. Rem             different machines. If no path is specified then we will
  22. Rem             assume the configfile to be placed in the same directory as
  23. Rem             TERMINAT.EXE, but you can specify an entire path if you like.
  24. Rem             If using network you should define a environment variabel,
  25. Rem             SET NET=01
  26. Rem             And then use /C=CONFIG%NET%.CFG, the %NET% will then be
  27. Rem             replaced with 01 and the file CONFIG01.CFG will be used.
  28. Rem
  29. Rem    /BUF=xxx If you have XMS or EMS enough for loading the overlay file
  30. Rem             you will not need to use this parameter.
  31. Rem
  32. Rem    /PORT=x  If you machine hangs because of wrong comport or hardware
  33. Rem             conflict or anything, try starting Terminate with a comport
  34. Rem             you know exist.
  35. Rem
  36. Rem    /MODE=x  If you have any kind of problem detecting your videocard,
  37. Rem             you can force detection with this command, it can be useful
  38. Rem             to force the videomode, because then no hardware testing will
  39. Rem             tried, which could mess up the registers in your videocard.
  40. Rem             /SCRLEN and /SCRCOL should also be used here to force the
  41. Rem             screensize if you are using some none standard size.
  42.  
  43. :END
  44.  
  45.